public class Table : ITextContent, IIndexContent,
IContentElement, ICellContent, IHeaderFooterContentPublic Class Table
Implements ITextContent, IIndexContent, IContentElement, ICellContent,
IHeaderFooterContent| Table | Initializes a new instance of the Table class. |
| Table(String) | Initializes a new instance of the Table class. |
| Columns | Contains collection of columns in the table. |
| Forms | Contains a container for form elements. |
| HeaderColumns | Contains collection of header columns in the table. |
| HeaderRows | Contains collection of header rows in the table. |
| IsPrintable | Specifies if the table will be printed. |
| IsProtected | Specifies whether the table is protected from editing. |
| IsSubtable | Specifies if a nested table is a subtable. |
| ItemCellPosition | Contains the table cell. |
| ItemString | Contains the table cell. |
| ItemInt32, Int32 | Contains the table cell. |
| ItemString, Int32 | Contains the table cell. |
| Name | Contains the name of the table. |
| PrintRanges | Contains the print ranges of the table. |
| Rows | Contains collection of rows in the table. |
| Scenario | Contains the scenario for display on the table. |
| Shapes | Contains all the elements that represent graphic shapes that are anchored on the table where this element occurs. |
| Style | Contains the style. |
| TableColumns | Contains collection of table columns in the table. |
| TableRows | Contains collection of table rows in the table. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetAllRows | Returns all rows of the table in document order, including header rows at their original position. Falls back to header rows first when the original order is unknown (for tables built programmatically). |
| GetContentElements | Returns all content elements. |
| GetHashCode | (Inherited from Object) |
| GetParent | Returns the parent element. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current Table object to its equivalent string representation.
(Overrides ObjectToString) |